home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / NVU 0.50 for Windows / nvu-0.50-win32-installer-full.exe / {app} / chrome / zi001976 / skin / modern / venkman / venkman-help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-07-17  |  2.6 KB  |  120 lines

  1. /* -*- tab-width: 4; indent-tabs-mode: nil -*-
  2.  *
  3.  * The contents of this file are subject to the Mozilla Public License
  4.  * Version 1.1 (the "License"); you may not use this file except in
  5.  * compliance with the License. You may obtain a copy of the License at
  6.  * http://www.mozilla.org/MPL/ 
  7.  * 
  8.  * Software distributed under the License is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  10.  * for the specific language governing rights and limitations under the
  11.  * License. 
  12.  *
  13.  * The Original Code is The JavaScript Debugger
  14.  * 
  15.  * The Initial Developer of the Original Code is
  16.  * Netscape Communications Corporation
  17.  * Portions created by Netscape are
  18.  * Copyright (C) 1998 Netscape Communications Corporation.
  19.  *
  20.  * Alternatively, the contents of this file may be used under the
  21.  * terms of the GNU Public License (the "GPL"), in which case the
  22.  * provisions of the GPL are applicable instead of those above.
  23.  * If you wish to allow use of your version of this file only
  24.  * under the terms of the GPL and not to allow others to use your
  25.  * version of this file under the MPL, indicate your decision by
  26.  * deleting the provisions above and replace them with the notice
  27.  * and other provisions required by the GPL.  If you do not delete
  28.  * the provisions above, a recipient may use your version of this
  29.  * file under either the MPL or the GPL.
  30.  *
  31.  * Contributor(s):
  32.  *  Robert Ginda, <rginda@netscape.com>, original author
  33.  *
  34.  */
  35.  
  36. body {
  37.     background: #dddcf4;
  38. }
  39.  
  40. body[hasSearched="true"] .newbie-help {
  41.     display: none;
  42. }
  43.  
  44. .quick-searches,
  45. .search-input {
  46.     display: block;
  47.     width: 100%;
  48.     text-align: center;
  49. }
  50.  
  51. a {
  52.   font-weight: bold;
  53.   color: darkslategrey;
  54. }
  55.  
  56. a:visited {
  57.   color: #444444;
  58. }
  59.  
  60. #command-list a {
  61.     text-decoration: none;
  62. }
  63.  
  64. #command-list a:hover {
  65.     text-decoration: underline;
  66. }
  67.  
  68. #match-count {
  69.     color: darkslategrey;
  70.     width: 100%;
  71.     display: block;
  72.     font-size: larger;
  73.     font-weight: bold;
  74.     padding-top: 20px;
  75.     padding-bottom: 20px;
  76.     text-align: center;
  77. }
  78.  
  79. #help-menu {
  80.     background: lightgrey;
  81.  
  82.     padding: 5px;
  83.     border: 2px black solid;
  84. }
  85.  
  86. .value[item="description"] {
  87.     margin-left: 15px;
  88.     display: block;
  89. }
  90.  
  91. .value[item="command-name"],
  92. .value[item="usage"] {
  93.     font-family: monospace;
  94. }
  95.  
  96. .command {
  97.     padding: 10px;
  98.     background: white;
  99.     display: block;
  100.     border: 2px silver inset;
  101. }
  102.  
  103. .command-name,
  104. .param {
  105.     font-family: monospace;
  106.     font-weight: bold;
  107. }
  108.  
  109. .label {
  110.     font-weight: bold;
  111.     color: #666666;
  112.     font-variant: small-caps;
  113. }
  114.  
  115. .goto-top {
  116.     display: block;
  117.     width: 100%;
  118.     text-align: right;
  119. }
  120.